Explicit specialization is not allowed as a copy constructor and copy assignment operator 不允許將顯式專用化作為復(fù)制構(gòu)造函數(shù)和復(fù)制賦值運算符。
C does not support explicit specialization ; that is , a custom implementation of a template for a specific type C #不支持顯式專用化,即特定類型的模板的自定義實現(xiàn)。
An explicit specialization shall be declared in the namespace of which the template is a member , or , for member templates , in the namespace of which the enclosing class or enclosing class template is a member 一個顯式的特化應(yīng)該聲明在它所在的名域中,對于成員模板來說,應(yīng)該在聲明于它所嵌的類所在的名域中。